Platform Explorer / Nuxeo Platform 6.0

Operation Seam.GetChangeableDocument (UI Changeable Document)

Description

Get the current changeable document from the UI context. The changeable document is used on creation forms.
Operation id Seam.GetChangeableDocument
Category Fetch
Label UI Changeable Document
Requires Seam
Since

Parameters

No parameters.

Signature

Inputs void
Outputs document

Implementation Information

Implementation Class Class: org.nuxeo.ecm.automation.jsf.operations.GetChangeableDocument
Contributing Component org.nuxeo.ecm.automation.jsf.contrib

JSON Definition

{
  "id" : "Seam.GetChangeableDocument",
  "label" : "UI Changeable Document",
  "category" : "Fetch",
  "requires" : "Seam",
  "description" : "Get the current changeable document from the UI context. The changeable document is used on creation forms.",
  "url" : "Seam.GetChangeableDocument",
  "signature" : [ "void", "document" ],
  "params" : [ ]
}